This endpoint allows you to delete a specific API integration for a company using the provided API key ID.
This request does not require a request body.
message (string): A message indicating the result of the operation.
status (integer): A status code indicating the outcome of the request.
data (object, optional): Additional data related to the operation, if available. In the provided example, it includes a variable field.
{
"message": "Success",
"status": 200
}
OK
The response is of type object.